home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / qt_o.dxr / 00004_Install Button.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  359 b   |  15 lines

  1. on mouseUp
  2.   global Root
  3.   if the machineType <> 256 then
  4.     open(Root & "QuickTimeΓäó Installer:QuicktimeΓäó Install Disk 1:Installer")
  5.   else
  6.     if value(item 2 of the platform) = 16 then
  7.       open(Root & "QT_INST\QT16.EXE")
  8.     end if
  9.     if value(item 2 of the platform) = 32 then
  10.       open(Root & "QT_INST\QT32.EXE")
  11.     end if
  12.   end if
  13.   quit()
  14. end
  15.